home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / sys / amiga / networking / 959 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  3.6 KB

  1. Path: news1.channel1.com!usenet
  2. From: ejack@user1.channel1.com (Eric D. Jackson)
  3. Newsgroups: comp.sys.amiga.networking
  4. Subject: Re: Multiple ISP setup
  5. Date: 31 Jan 1996 14:19:21 GMT
  6. Organization: Channel 1 Communications
  7. Message-ID: <3107.6603T833T1807@user1.channel1.com>
  8. References: <792.6596T1216T773@internet-eireann.ie> <4ebedu$p35@thunder.mgl.ca>
  9.     <mbs.47qy@adastra.cvl.va.us> <1868.6602T649T2626@user1.channel1.com> <4ekabt$4fq@usenet.rpi.edu>
  10. NNTP-Posting-Host: user1.channel1.com
  11. X-Newsreader: THOR 2.22 (Amiga;TCP/IP)
  12.  
  13. >In article <1868.6602T649T2626@user1.channel1.com>,
  14. >Eric D. Jackson <ejack@user1.channel1.com> wrote:
  15. >>>In article <4ebedu$p35@thunder.mgl.ca> snapper@mgl.ca (Allan Purtle)
  16. >>>writes:
  17. >>>> L Mac Mullan (prospero@internet-eireann.ie) wrote:
  18. >>>> : Ok, here is my problem: I have two dialup accounts with two different
  19. >>>> : providers, I want to configure Amitcp (Commercial) so that I can just
  20. >>>> : start my connection by typing the appropriate command. My problem is
  21. >>>> : the db/resolv.conf file which needs to be set for each provider. I have
  22. >>>> : been through the manual and the FAQ but can see no reference to having
  23. >>>> : two gates ways and multiple differing DNSs.
  24. >>>>
  25. >>>> : At the moment the only thing I can think of is to have two
  26. >>>> : db/resolv.conf files, 1.conf and 2.conf and use a script to rename the
  27. >>>> : appropriate one reslov.conf at connection time.
  28. >>>>
  29. >>>> : This seems a bit kludgy to me, has anyone a better suggestion?
  30. >>
  31. >>>> I'd have to go check the code, but what would happen if you set the
  32. >>>> primary DNS server to ISP A's and the secondary server to ISP B's
  33. >>>>
  34. >>>> All of a sudden I can think of ten more questions....
  35. >>
  36. >>>The default BSD code supports three nameservers. A request is sent to the
  37. >>>first one, if it times out, the request is repeated to the second one. Etc.
  38. >>
  39. >>>For purely speed reasons, having multiple resolv.conf files is the best
  40. >>>idea (assuming that on one connection the primary nameserver is "close"
  41. >>>and the other isn't, and vice versa).
  42. >>>--
  43. >>>  //   Michael B. Smith
  44. >>>\X/    mbs@adastra.cvl.va.us
  45. >>At the moment I have 2 ISP providers, one slip and one ppp. I also have lots
  46. >>of hard drive space so I have 2 different versions of Amitcp installed. I
  47. >>have set an assign to both directories in my user-startup. All I do is
  48. >>comment out one assignment, that is, I put a ; in front of the version I
  49. >>don't want to run. I then save it and reboot. You can run Ibrowse, Amosaic
  50. >>or Alynx very easily this way. Eric D. Jackson <ejack@user1.channel1.com>
  51. >>
  52. >No need to comment it out.  Just write two script files similar to
  53. >the ones below:
  54.  
  55. >;file 1
  56. >assign AmiTCP: AmiTCP1:
  57. >execute AmiTCP:bin/startnet
  58.  
  59. >;file 2
  60. >assign AmiTCP: AmiTCP2:
  61. >execute AmiTCP:bin/startnet
  62.  
  63. >If you've utils such as Toolmanager installed then you can put these
  64. >scripts up as an executable items for drop down menus or executable
  65. >icons such that all you have to do is to select and double clicks
  66. >the icon to start the correct version of AmiTCP.
  67.  
  68. >Jasper
  69.  
  70. >--
  71. >----< NeXT >----< Amiga >----< SGI >----< Sparc >----< PowerMac >----
  72. >Homepage forever under construction...     IRC's nick (mizzle@#amiga)
  73. >Penhold/Globe999/Friendship755    wongj@rpi.edu jyw@www.luminaire.com
  74. >-----< Table Tennis >-----< MIDI Sequencing >-----< Volleyball >-----
  75. Thanks Jasper. Actually after posting yesterday I realized that there was a
  76. better way. I do have startnet for my slip account as a menu option in
  77. Toolmanager. For the other account, I click on the dialer and it takes care of
  78. the rest. Thanks again.
  79. Eric D. Jackson
  80. ejack@user1.channel1.com
  81.  
  82.